Skip to content

docs(jetstream_consumers): Document ability to set JetStream consumer configuration#52

Open
nullmoose wants to merge 1 commit into
rubyists:mainfrom
nullmoose:update-jetstream-endpoint-config-docs
Open

docs(jetstream_consumers): Document ability to set JetStream consumer configuration#52
nullmoose wants to merge 1 commit into
rubyists:mainfrom
nullmoose:update-jetstream-endpoint-config-docs

Conversation

@nullmoose

Copy link
Copy Markdown

Updates docs to make clear how to configure JetStream consumers

Copilot AI review requested due to automatic review settings June 12, 2026 20:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the README to document how JetStream consumer configuration can be provided to Leopard, and links to the upstream NATS JetStream consumer configuration reference.

Changes:

  • Add an AsciiDoc attribute/link to the JetStream consumer configuration docs.
  • Document passing JetStream consumer options via snake_case keys with noted exceptions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Readme.adoc
Comment on lines +120 to +123
Any configuration options available for JetStream consumers can be passed via snakeified keys
in the `consumer` hash, with the exception of `durable_name`, `filter_subject` and `ack_policy`.
`durable_name` and `filter_subject` are both derived from the endpoint, and `ack_policy` is always
set to `explicit`.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's already an example key present in the existing example code above this change. Should already be clear imo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants